home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
InfoMagic Internet Tools 1993 July
/
Internet Tools.iso
/
RockRidge
/
security
/
netlog-1.02
/
extract
/
interp.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1993-04-20
|
326 b
|
16 lines
/*
extract - A network log processor
Copyright (C) 1993 Douglas Lee Schales, David K. Hess, David R. Safford
Please see the file `COPYING' for the complete copyright notice.
interp.h - 03/20/93
*/
#ifndef __INTERP_H__
#define __INTERP_H__
extern void interp(struct tcpsynout *, struct parsetree *);
#endif